@@ -13,6 +13,6 @@ class Migration(migrations.Migration): |
||
| 13 | 13 |
migrations.AlterField( |
| 14 | 14 |
model_name='usercouponinfo', |
| 15 | 15 |
name='coupon_from', |
| 16 |
- field=models.CharField(blank=True, db_index=True, default='MEMBER_BENEFITS', help_text='劵来源', max_length=32, null=True, verbose_name='coupon_from'), |
|
| 16 |
+ field=models.CharField(blank=True, db_index=True, default='MEMBER_BENEFITS', help_text=u'劵来源', max_length=32, null=True, verbose_name='coupon_from'), |
|
| 17 | 17 |
), |
| 18 | 18 |
] |